home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / i860mach.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  342 b   |  13 lines  |  [TEXT/MPS ]

  1. /* Configuration for an i860 running Mach as the target machine.  */
  2.  
  3. #include "i860.h"
  4.  
  5. #undef TARGET_VERSION
  6. #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
  7.  
  8. #undef CPP_PREDEFINES
  9. #define CPP_PREDEFINES "-Dunix -Di860 -DMACH"
  10.  
  11. /* Specify extra dir to search for include files.  */
  12. #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
  13.